Search

【初心者向け】CyberPunk2077でチートする!Cyber Engine Tweaksの使い方!

  • Share this:

Cyber Engine Twakes:https://www.nexusmods.com/cyberpunk2077/mods/107

すぐ役に立つコマンド一覧
10万エディを追加する:Game.AddToInventory("Items.money", 100000)
プレイヤのHPを[100]にする:Game.ModStatPlayer("Health", "100")
プレイヤのアーマーを[100]にする:Game.ModStatPlayer("Armor", "100")
[クラフト]に経験値[1000]を追加する:Game.AddExp("Crafting", 1000)
プレイヤのレベルを[10]にする:Game.SetLevel("Level",10)
※このプレイヤのレベルを自由に設定するコマンドは、バグなのか不明ですが、所持している武器が装備できなくなることが多いです。なので武器は全て保管庫に入れてから、レベルを上げてください。

持ち物にクラフト素材を1万個追加する(コモン、アンコモン、レア、エピック、レジェンダリー)
Game.AddToInventory("Items.CommonMaterial1", 10000)
Game.AddToInventory("Items.UncommonMaterial1", 10000)
Game.AddToInventory("Items.RareMaterial1", 10000)
Game.AddToInventory("Items.RareMaterial2", 10000)
Game.AddToInventory("Items.EpicMaterial1", 10000)
Game.AddToInventory("Items.EpicMaterial2", 10000)
Game.AddToInventory("Items.LegendaryMaterial1", 10000)
Game.AddToInventory("Items.LegendaryMaterial2", 10000)

Vの家にテレポートする:Game.TeleportPlayerToPosition("-1392.637329","1271.536865","123.082397")

もっといろいろやりたいのであれば、ここにコマンド一覧があるので探してみましょう
https://www.nexusmods.com/cyberpunk2077/mods/521


Tags:

About author
MobaGate(モバゲート)の公式チャンネルです。 スマホの使い方をお伝えしています。 LINEやiPhone、Androidなどの使い方をどんどん追加していきます。
View all posts